Fix #157: Restore WAVES Fido client for SPDF data sources#158
Merged
samaloney merged 7 commits intosunpy:mainfrom Feb 23, 2026
Merged
Fix #157: Restore WAVES Fido client for SPDF data sources#158samaloney merged 7 commits intosunpy:mainfrom
samaloney merged 7 commits intosunpy:mainfrom
Conversation
samaloney
reviewed
Feb 23, 2026
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
Closes #157.
This PR restores the WIND/WAVES Fido client to fetch data from the updated SPDF directories specifically mentioned directories like
rad1_idl_binaryandrad2_idl_binarymaking Fido search and fetch work together with spectrogram.What changed
radiospectra/net/sources/wind.pyto use the new SPDF dailyfile URL patterns (year subdirectories) for RAD1/RAD2._check_wavelengthslogic to filter queries correctly for both receivers RAD1 and RAD2 based on frequency/wavelength overlap.radiospectra/net/sources/tests/test_wind_client.py._read_idl_savmethod to correctly parse dates from prefixed filenames and added test.AI Assistance Disclosure
AI tools were used for:
AI was used to draft an initial version of the client changes and some unit tests i reviewed and edited all output and verified behavior via tests.
@samaloney, Let me know your thoughts on this. Happy to make changes!